fix(deps): resolve Dependabot alerts for transitive deps#21
Open
dcbouius wants to merge 1 commit into
Open
Conversation
Clears all 14 open Dependabot alerts. All four flagged packages are transitive deps pulled in via @modelcontextprotocol/sdk, fixed with patch/minor bumps: - fast-uri 3.1.0 -> 3.1.2 (high; via ajv) - hono 4.12.12 -> 4.12.25 (medium/low; via @hono/node-server) - qs 6.15.0 -> 6.15.2 (medium; via express/body-parser) - ip-address 10.1.0 -> 10.1.1 (medium; via express-rate-limit) fast-uri, hono and qs update cleanly via `npm update`. express-rate-limit pins ip-address to exactly 10.1.0, so an `overrides` entry forces the patched 10.1.1 (a patch release, API-compatible). `npm audit` now reports 0 vulnerabilities; build passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clears all 14 open Dependabot alerts. All four flagged packages are transitive dependencies pulled in via
@modelcontextprotocol/sdk— no direct deps changed.Fixes
How
fast-uri,hono,qsupdate cleanly vianpm update(within existing semver ranges).express-rate-limit@8.3.2pinsip-addressto exactly10.1.0, sonpm updatecan't move it. Added a minimaloverridesentry forcing the patchedip-address@10.1.1(a patch release — API-compatible). The advisory is an XSS inAddress6HTML-emitting methods, which this server doesn't use, but the override clears the alert cleanly.Verification
npm audit→ 0 vulnerabilitiesnpm run buildpassespackage.json+package-lock.jsonchanged